html{
    scroll-behavior: smooth;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  margin:0;
  padding:0;
  /* background: url(../images/main-bg.jpg) no-repeat top center;
  background-size: cover; */
  color:#000;
}
a {
  transition: 0.8s;
}
a:focus,
button:focus {
  outline: none;
}
.rounded-xl {
  border-radius: 10px;
}
.text-blue {
  color: #134a85;
}
h1,
h2,
h3,
h4 {
  font-family: 'Rajdhani', sans-serif;
}
.portrait-content {
  display: none;
}
@media (max-width: 992px){
	.container, .container-md, .container-sm {
		max-width:100%;
	}
}
/* hamburger icon START */
.header-menu-btn {
  backface-visibility: hidden;
  background: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: none;
  padding: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.header-menu-btn {
  background: #ef3a43;
  bottom: 0;
  height: 46px;
  left: 0;
  margin: auto;
  position: relative;
  right: 0;
  top: 0;
  width: 50px;
  margin: 20px 0px 0 0;
  outline: none !important;
}

.header-menu-btn-icon {
  bottom: 0;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
.header-menu-btn-line {
  backface-visibility: hidden;
  background: #fff;
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: transform 0.5s, width 0.5s, opacity 0.5s;
  width: 100%;
}
.header-menu-btn-line:nth-child(1) {
  top: 0;
}
.header-menu-btn-line:nth-child(2) {
  bottom: 0;
  margin: auto;
  top: 0;
}
.header-menu-btn-line:nth-child(3) {
  bottom: 0;
}
.is-menu-opened .header-menu-btn-line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.is-menu-opened .header-menu-btn-line:nth-child(2) {
  opacity: 0;
  width: 0;
}
.is-menu-opened .header-menu-btn-line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
/* hamburger icon END */
#filterData{min-height:500px;}
.main-box {
  width: 100%;
 /*  height: 100vh; */
}
.inner-page-bg {
 /*  background: url(../images/main-bg.jpg) no-repeat top center; */
  background-size: cover;
  background-repeat:no-repeat;
  position:relative;
  /* background-attachment: fixed; */
  height:100vh;
}
.programBg {
  background: url(../images/program-bg.html) no-repeat top center;
  background-size: cover;
}
.inner-detail-page-bg {
 /*  background: url(../images/main-bg.jpg) no-repeat top center; */
  background-size: cover;
  background-repeat:no-repeat;
  position:relative;
}
.imageOverlay:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,.5);
}

.center-logo-bg {
  /* background: url(../images/logo-bg.png) no-repeat top center; */
  width: 20%;
  /*height: 164px;*/
  position:relative;
}
.date {
  font-size: 18px;
  line-height: 22px;
  color: #134a85;
  font-weight: 500;
  margin-top: 5px;
}
.top-heading {
  color: #000;
  font-weight: 500;
}
.red-btn, .red-btn:hover {
  background: #e3000f;
  border-radius: 50px;
  padding: 5px 20px !important;
  border: none;
  text-transform: uppercase;
  color: #fff;
  line-height: 23px;
}
.red-btn:hover{text-decoration:none;color: #fff;}
.blue-btn, .blue-btn:hover{
    background: #134a85;
    border-radius: 50px;
    padding: 5px!important;
    border: 2px solid #fff;
    text-transform: uppercase;
    color: #fff;
    line-height: 23px;
	box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.75);
    z-index: 99;
    position: relative;
font-size:14px;
min-width:140px;
  }
.logo-box-1 {
  width: 12%;
  /* height: 14%; */
  border: 1px solid #8c8d8d;
  border-radius: 5px;
  background: #fff;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 20%;
  top: 35%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 22px;
  padding: 1%;
}
.logo-box-2 {
    width: 12.4%;
    height: 54%;
    border: 1px solid #8c8d8d;
    /* border-radius: 10px; 
    background: #fff;*/
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 8.5%;
    bottom: 9%;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    padding: 5px;
}
.play-btn {
  position: absolute;
  left: 45%;
  top: 48%;
}
.listin-video-btn{top: 44%;}
.listin-video-btn img{ width:20px;}
.left-block {
  border-radius: 10px !important;
  padding: 10px 15px !important;
  color: #000;
}
.left-block span:first-child {
  min-height: 46px;
}
.left-btn-txt {
  text-transform: uppercase;
  line-height: 16px;
  font-size: 14px;
  letter-spacing: 0.1px;
  font-weight: 600;
  font-family: 'Rajdhani', sans-serif;
  margin:10px 0 0 10px;
}

.new-right-btn-block {
  flex-wrap: wrap;
}
.new-right-btn-block a {
  min-width: 120px !important;
  max-width: 120px !important;
  cursor: pointer;
  height: 120px !important;
  display: inline-flex;
  flex-direction: column;
  ms-flex-pack: center;
  justify-content: center;
  margin:0 10px;
}
.new-right-btn-block a:hover {
  text-decoration: none;
}
.new-right-btn-block .left-btn-txt {
  text-transform:uppercase;
  line-height: 16px;
  font-size: 14px;
  letter-spacing: 0.1px;
  font-weight: 600;
  font-family: 'Rajdhani', sans-serif;
  margin: 10px 0 0 0;
}

.new-right-btn-block  .left-block {
  border-radius: 15px !important;
  padding: 10px !important;
  color: #000;
}





.main-heading {
  font-weight: 600;
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
  margin: 26px 0;
  padding: 0;
}
.main-heading span {
  position: relative;
}
.main-heading span:before {
  position: absolute;
  bottom: -10px;
  width: 36px;
  height: 3px;
  left: 50%;
  content: '';
  background: #ff0000;
  margin-left: -18px;
}
.btn-block {
  position: absolute;
  bottom: -17px;
  left: 0;
}
.card-btn {
  background: #134a85;
  color: #fff;
  padding: 5px 40px 5px 20px;
  border-radius: 50px;
  border: none;
  text-transform: uppercase;
  font-family: 'Rajdhani', sans-serif;
  position: relative;
  font-weight: 500;
}
.enq-icon {
  position: absolute;
  right: 5px;
  top: 3px;
  font-size: 27px;
}
.like-btn {
  position: absolute;
  top: 30px;
  background: #ff0000;
  color: #fff;
  width: 26px;
  height: 20px;
  right: 0;
  border-radius: 10px 0 0 10px;
  text-align: center;
  font-size: 14px;
}
.load-more-btn {
  padding: 4px 30px;
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
  background: #e6e7e8;
  font-size: 16px;
  position: absolute;
  left: 50%;
  margin-left: -62px;
  border: none;
  border-radius: 50px;
  font-weight: 600;
}
.earth-icon {
  background: #134a85;
  border-radius: 8px;
  width: 42px;
  display: inline-block;
  text-align: center;
  padding: 5px 0;
}
.earth-icon img {
  width: 27px;
}
.website-link {
  margin-left: 10px;
  line-height: 18px;
  font-size: 16px;
  font-weight: 500;
}
.website-link a {
  color: #134a85;
}
.website-link a:hover {
  text-decoration: none;
}
.send-btn {
  /* width: 272px; */
  text-transform: uppercase;
  color: #ffffff;
  background: #134a85;
  font-family: 'Rajdhani', sans-serif;
  border: none;
  border-radius: 50px;
  padding: 5px 30px;
  font-weight: 600;
}
.slider-comp-name span {
  display: inline-block;
  background: #000;
  color: #fff;
  font-family: 'Rajdhani', sans-serif;
  font-size: 15px;
  padding: 0px 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}

#myModal .modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

#myModal .modal-body {
  position: relative;
  padding: 0px;
}
#myModal .close {
  position: absolute;
  right: 0;
  top: -30px;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}
.right-btn-block {
  flex-wrap: wrap;
}
.right-btn-block a {
  min-width: 90px !important;
  /* max-width: 116px !important; */
  cursor: pointer;
  /* height: 116px !important; */
  display: inline-flex;
  /* flex-direction: column; */
  ms-flex-pack: center;
  justify-content: center;
  margin:0 10px;
}
.right-btn-block a:hover {
  text-decoration: none;
}

.cust-modal .close {
  background: #ff0000;
  color: #fff;
  border-radius: 50px;
  padding: 10px 10px;
  font-weight: 300;
  line-height: 12px;
  margin: 0;
  opacity: 1;
}
.cust-modal .modal-content {
  border-radius: 16px;
}
.cust-modal-title {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  text-align: left;
  font-size: 26px;
  text-transform: uppercase;
  margin: 8px 10px;
  padding: 0;
}
.cust-modal-title span {
  position: relative;
}
.cust-modal-title span:before {
  position: absolute;
  bottom: -10px;
  width: 36px;
  height: 3px;
  left: 0;
  content: '';
  background: #ff0000;
}
.phone-listing {
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  padding: 15px;
  margin: 0 0 15px 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.13);
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.cust-input{
    border-radius: 18px;
    border: 1px solid #ced4da;
}
.cust-input .input-group-text{
    background:transparent;border:none;border-radius: inherit;
    width: 45px;
}
.cust-input .form-control{background:transparent;border:none;border-radius: inherit;color:#000;}
.cust-input .form-control:focus{outline:none;box-shadow:none}

.flotingBtn{position:fixed; right:20px; bottom:50px; z-index:99;}
.active_border {
    border: 2px solid #E92227 !important;
	display: inline-block;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 67%, #cfd0d2 100%);
	background: -webkit-linear-gradient(
	top,
	#ffffff 0%,
	#ffffff 67%,
	#cfd0d2 100%
	);
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 67%, #cfd0d2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfd0d2',GradientType=0 );
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
.module {
  overflow: hidden;
  height:66px;
  line-height:22px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
}
#our-product .card-title{font-size: 24px; line-height: 24px;}

/* my-tab */
.myTab .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}

.myTab .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}

.myTab .nav-tabs a {
  border: none;
  border-radius:0px;
  font-weight: 600;
  background-color: #999999;
  color: #fff;
  padding: 5px 30px;
  margin-bottom: 4px;
}
.myTab .nav-tabs a span {
	display:block;
	font-size:12px;
}

.myTab .nav-tabs a.active {
  background-color: #e8450b;
  color: #fff;
}

.myTab .sub-heading {
  text-align: center;
  font-size: 18px;
  font-weight:700;
  font-family: "Open Sans", sans-serif;
  margin: 0 auto 30px auto;
}

.myTab.tab-pane {
  transition: ease-in-out .2s;
}

.myTab .schedule-item {
  border-bottom: 1px solid #cad4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}

.myTab.schedule-item:hover {
  background-color: #fff;
}

.myTab.schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
}

.myTab .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

.myTab .schedule-item .speaker img {
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}

.myTab .schedule-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.myTab.schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}

.myTab.schedule-item p {
  font-style: italic;
  color: #152b79;
  margin-bottom: 0;
}
.myTab h5{margin:0; padding:0; font-family: "Open Sans", sans-serif; font-size:18px;}
.rounded-10{border-radius:10px !important;}
/* my-tab */

.box-1 {
    border: 5px solid #000000;
}

.box-2 {
    border: 5px solid #e8450b;
}

.box-3 {
    border: 5px solid #cf1217;
}
.box .timebox{ color:#e8450b; font-size:18px;}
.box h4{ font-size:18px; text-transform:uppercase; font-weight:600;}
.box ul li{ list-style:inside;}
@media (max-width:767px) { 
	/* .myTab .nav-tabs a { */
	  /* padding: 5px 10px; */
	/* } */
	.center-logo{width:85%;}
	.center-logo-bg {width: 32%;}
	.cust-btn-download{margin-right:0px !important;width:100%;}
}

.btn-primary {
    background: #e3000f;
    border-color: #e3000f;
}

.slide1{background-image: url('../images/food-hall-bg.html');background-position:center ;  background-attachment: fixed;background-repeat:no-repeat;background-size: cover;}
  
.helpdesk-side{left: 18.4%;
    top: 95%;    z-index: 999;}
  #more-arrows {
    /* width: 75px;
    height: 65px; */
	
    width: 85px;
    height: 46px;

    cursor: pointer;
}
#more-arrows polygon {
    fill: #FFF;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
	     
	}
.carousel-control-next, .carousel-control-prev{    opacity: 1;}
.carousel-control-next #more-arrows {
    transform: rotate(270deg);
	background:rgba(0, 0, 0, 0.8);
}
.carousel-control-prev #more-arrows {
    transform: rotate(90deg);
	background:rgba(0, 0, 0, 0.8);
}
#more-arrows polygon.arrow-top {
    /* opacity: 0.5; */
	-webkit-transform: translate(5px, 10px);
    transform: translate(5px, 10px);
}
#more-arrows polygon.arrow-middle {
    opacity: 0.75;
	display:none;
}
#more-arrows polygon.arrow-bottom{display:none}
#more-arrows:hover polygon.arrow-bottom {
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px);
	display:none;
}
/* #more-arrows:hover polygon {
    fill: #FFF;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#more-arrows:hover polygon.arrow-top {
    -webkit-transform: translateY(18px);
    transform: translateY(18px);
} */
.audi-video-block{position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
	max-height: 6%;
}

.agenda-box {box-shadow:0 .5rem 1rem rgba(0,0,0,.15) !important; border:1px solid #dee2e6!important;}
.agenda-box .time h6{font-size: 15px;font-weight: 600;color: #f12a00;margin-bottom: 5px;}
.agenda-box .time h5{font-size: 15px;color: #000; margin-bottom: 0px;}
.agenda-box .title h6{font-size: 15px;font-weight: 600;color: #f12a00;margin-bottom: 5px;}
.agenda-box .title h5{ font-size: 15px;margin-bottom: 0px; font-weight: 400;}
.agenda-box .Description h6{font-size: 15px;font-weight: 600;color: #f12a00;margin-bottom: 5px;}
.agenda-box .Description h5	{font-size: 15px; margin-bottom: 0px; font-weight: 400;}

/* .block-wrapper{
border: 1px solid #fb9cd9;
border-radius: 10px;
padding: 15px;
margin-bottom: 10px;
background: #ffeaf8;
}*/
.scroll-box{overflow-y:auto; overflow-x:hidden;max-height:350px;min-height:200px;}
	.write-box{padding: 20px;background: rgba(239, 239, 239, 0.87);border-radius: 10px 10px 0 0;position:fixed;bottom:0;left:0;width:100%;}
.block-wrapper h3{font-size:18px;  display: -webkit-box;  word-break: break-word;  max-width: 210px;    -webkit-line-clamp: 6;    -webkit-box-orient: vertical;   overflow: hidden;    padding-right: 10px;} 
.block-wrapper .dateTime-block{font-size:12px;}

.scribble-sticky-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left:0;
  margin-left:0;
}
.scribble-sticky-box li{
  text-decoration:none;
  color:#000;
  background:#ffc;
  display:block;
  height:12em;
  width:15em;
  padding:1em;
  box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  transform: rotate(-6deg);
  transition: transform .15s linear;
      margin: 20px;
}


.scribble-sticky-box li:nth-child(even){
  transform:rotate(4deg);
  position:relative;
  top:5px;
  background:#cfc;
}
.scribble-sticky-box li:nth-child(3n){
  transform:rotate(-3deg);
  position:relative;
  top:-5px;
  background:#ccf;
}
.scribble-sticky-box li:nth-child(5n){
  transform:rotate(5deg);
  position:relative;
  top:-10px;
}

.scribble-sticky-box li:hover, .scroll-box li:focus{
  box-shadow:10px 10px 7px rgba(0,0,0,.7);
  transform: scale(1.25);
  position:relative;
  z-index:5;
}
 .scribble-sticky {position:relative;}
.scribble-sticky .button{width:14px;display:inline-block;position:absolute;right:5px;top:5px;}
.scribble-sticky .button img{max-width:100%;}
.write-box .form-group .textarea-box{max-width:500px;margin:0 20px;}
.write-box .form-group .textarea-box textarea{padding:10px !important;width:500px;}



.cust-btn-download{
  top: 0;
  left: 0;
  transition: all 0.15s linear 0s;
  position: relative;
  display: inline-block;
  padding: 15px 10px;
  background-color:#3a3da8;
  text-transform: uppercase;
  color: #fff !important;
  font-family: arial;
  letter-spacing: 1px;
  box-shadow: -6px 6px 0 #404040;
  text-decoration: none;
      margin: 0 30px 30px 0;
    max-width: 224px;
    font-size: 12px;
    text-align: center;
}
.cust-btn-download:hover {
  top: 3px;
  left: -3px;
  box-shadow: -3px 3px 0 #404040;
  text-decoration:none;
  color:#fff;
}
.cust-btn-download:hover::after {
  top: 1px;
  left: -2px;
  width: 4px;
  height: 4px;
}
.cust-btn-download:hover::before {
  bottom: -2px;
  right: 1px;
  width: 4px;
  height: 4px;
}
.cust-btn-download::after {
  transition: all 0.15s linear 0s;
  content: "";
  position: absolute;
  top: 2px;
  left: -4px;
  width: 8px;
  height: 8px;
  background-color: #404040;
  transform: rotate(45deg);
  z-index: -1;
}
.cust-btn-download::before {
  transition: all 0.15s linear 0s;
  content: "";
  position: absolute;
  bottom: -4px;
  right: 2px;
  width: 8px;
  height: 8px;
  background-color: #404040;
  transform: rotate(45deg);
  z-index: -1;
}

a.cust-btn-download {
  position: relative;
}

a:active.cust-btn-download {
  top: 6px;
  left: -6px;
  box-shadow: none;
}
a:active.cust-btn-download:before {
  bottom: 1px;
  right: 1px;
}
a:active.cust-btn-download:after {
  top: 1px;
  left: 1px;
}
.screen1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cust-modal .close {position: absolute;right: -10px;top: -16px;}